runtime.schedt.sudogcache (field)

8 uses

	runtime (current package)
		mgc.go#L1557: 	for sg = sched.sudogcache; sg != nil; sg = sgnext {
		mgc.go#L1561: 	sched.sudogcache = nil
		proc.go#L391: 		for len(pp.sudogcache) < cap(pp.sudogcache)/2 && sched.sudogcache != nil {
		proc.go#L392: 			s := sched.sudogcache
		proc.go#L393: 			sched.sudogcache = s.next
		proc.go#L456: 		last.next = sched.sudogcache
		proc.go#L457: 		sched.sudogcache = first
		runtime2.go#L794: 	sudogcache *sudog